CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - camera video matlab

搜索资源列表

  1. first.rar

    0下载:
  2. 用摄像头获取视频并显示,要求Matlab7.0以上版本并且最好安装摄像头万能驱动。,With access to video cameras and displays, Matlab7.0 above requirements and the best camera universal driver installed.
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:629
    • 提供者:Mr zhang
  1. realTimeRecord.rar

    0下载:
  2. matalb 编写的一个从麦克风或者摄像头获取声音或者图像的程序,Real Time Microphone and Camera data acquisition and audio-video processing
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:184758
    • 提供者:xinno
  1. usb-carmer-matlab-RT-process

    2下载:
  2. 通过计算机usb摄像头进行图像采集,然后实时处理,跟踪其中运动物体,并进行计数,采用中值滤波法得到背景,并根据需要进行更新,视频处理采用了动态差分与前景差分结合的方法,效果比较理想,但无法解决人物重叠的问题-Usb camera through the computer for image acquisition, and real-time processing and tracking moving objects in which, and the count median filter
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-09
    • 文件大小:6649
    • 提供者:song
  1. Video-motion-detection-algorithm-source-code

    0下载:
  2. 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。-This article implements a continuous video data stream in several different motion detection algorithms, they are based
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1350100
    • 提供者:憨豆
  1. 4444

    0下载:
  2. 个可以读取视频,或从摄像头捕获视频的程序。可添加相关算法代码,实现对视频录像或摄像头获取图像的实时处理-Can be read by a video, or from video camera to capture procedures. Correlation algorithm can add code to achieve or video camera to obtain images of the real-time processing
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:87741
    • 提供者:tianlan1984
  1. 1

    0下载:
  2. Video object matching across multiple independent views using local descr iptors and adaptive learning文章描述了多摄像机系统下的目标检测与跟踪,和自学习方法。很有参考价值。-Video object matching across multiple independent views using local descr iptors and adaptive learning article d
  3. 所属分类:Project Manage

    • 发布日期:2017-05-10
    • 文件大小:2234493
    • 提供者:张涛
  1. Camera_Calibration

    0下载:
  2. 摄像机标定:确定摄像机位置,属性参数和建立成像模型,以确定空间坐标系中物体点同它在图像平面上象点之间的对应关系。包括确定摄像机内部几何和光学特性(内部参数)和确定摄像机在一个世界坐标系中的三维位置和方向(外部参数)。-Camera Calibration: To determine the camera position, attributes the establishment of imaging model parameters and to determine the spatial
  3. 所属分类:Video Capture

    • 发布日期:2017-04-04
    • 文件大小:666614
    • 提供者:hexiang
  1. VIDEOPROCESSING

    0下载:
  2. In this paper we present a scheme for integrating a digital stabilizer with video codec of a digital video camera. This integration achieves computational efficiency without affecting the performance of video coding and digital stabilization. The pr
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-29
    • 文件大小:4555
    • 提供者:prasad
  1. cameral

    0下载:
  2. 具体包括了 使用的是普通的电脑摄像头,因为是用m语言写的,所以兼容各个版本。 原创地址(我在ilovematlab发了帖子了,下载人很多,所以在这里也发出来,给大家共享): http://www.ilovematlab.cn/viewthread.php?tid=38743&highlight= 包含内容: 摄像头的预览和抓图 摄像头图片的保存 定时器的应用 m文件建立gui控件。 方便初学者学习。-Specifically includes the use
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:2189
    • 提供者:竹笑
  1. intruderdetecti

    0下载:
  2. 运动声音检测.只要有人进入或声音,系统自动报警-motion detection ,if a person speaks or enters into the scope of the camera ,the system will sent out alarm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:4767
    • 提供者:于鱼
  1. MATLAB

    0下载:
  2. MATLAB实现视频摄像中的运动检测(人体等)-MATLAB implementation of motion detection video camera (body, etc.)
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:677899
    • 提供者:韦健
  1. detect_video

    0下载:
  2. 视频监视程序,可以监视摄像头拍摄的内容是否发生变化-Video surveillance program, you can monitor whether the contents of the camera shot changes
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:535
    • 提供者:朱青祥
  1. VideoFaceDetect

    2下载:
  2. 使用matlab调用opencv做成的adaboost人脸检测DLL模块,在usb摄像头采集的视频序列中检测人脸并实时显示, 实时性比C低。 下载后可以直接在matlab运行,不要改动文件夹内的文件相对位置。-Opencv matlab call made using adaboost face detection DLL module, usb camera capture video sequences of face detection and real-time displa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-18
    • 文件大小:911802
    • 提供者:谭恒良
  1. paper

    0下载:
  2. paper on A comparison for camera selection and handoff in a video network.-paper on A comparison for camera selection and handoff in a video network.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-04
    • 文件大小:633253
    • 提供者:vinay
  1. video

    0下载:
  2. matlab编写的GUi界面 能够实时摄像头采集并能保存-matlab prepared GUi interface to collect real-time camera and can save
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:5910
    • 提供者:戚涛
  1. Microphone-Camera-audio-video

    1下载:
  2. 可实现实时的音频和图像处理。在捕获固定长度的音频数据的周期内,同时采集一张图像。-The current Matlab-code can be used for real-time audio and image processing. Fixed-length segments of audio data are recorded from soundcard s input and an image is also captured in each block. In particular,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-10
    • 文件大小:236187
    • 提供者:laofd
  1. track-red-matlab-algorithm

    0下载:
  2. 实时跟踪摄像头获取视频中的红色部分,算法由Matlab实现。计算机要有摄像头或连接USB摄像头,Matlab通过自身函数提取视频跟踪。 包含两个文件,word说明了matlab提取视频方法。m文件实现算法,其中摄像头参数部分代码可能视具体情况修改。-Get real-time tracking camera video in the red part of the algorithm by Matlab implementation. Computer must have a camera
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:15246
    • 提供者:大勇
  1. camera

    0下载:
  2. matlab读取摄像头视频并保存视频。适合初学者-matlab read and save the video camera video. Suitable for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:6495
    • 提供者:高超
  1. 实例4 matlab控制摄像头获取外界图像

    0下载:
  2. MATLAB经典案例系列视频,matlab控制摄像头获取外界图像(MATLAB classic case series video, matlab control camera to obtain external images)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-14
    • 文件大小:1466368
    • 提供者:浅岛
  1. 基于MATLAB的汽车轨道偏离预警系统

    1下载:
  2. 此demo演示的是一个能够检测并跟踪道路上的标记线并且在适当时机发出报警的系统,此系统可使汽车在行驶过程中能够避免偏离车道。系统由一台摄像机,一台计算机,以及一个扬声器组成,摄像机采集视频信息交由计算机处理,根据处理结果控制扬声器是否报警。(This demo demonstrates a system that detects and tracks the marking lines on the road and sends out the alarm at the right time,
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-04
    • 文件大小:266240
    • 提供者:fgfuggd
« 12 3 »
搜珍网 www.dssz.com